Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates VS Code’s bundled xterm.js dependencies to 6.1.0-beta.197 (and corresponding addon betas) across the root, remote, and remote-web package manifests/lockfiles to pick up the upstream fix referenced in #304765.
Changes:
- Bump
@xterm/xtermto^6.1.0-beta.197and align most@xterm/*addons to*-beta.197in relevantpackage.jsonfiles. - Update
package-lock.jsonfiles to the resolvedbeta.197tarballs/integrities and peer dependency ranges. - Minor dependency ordering adjustment in
remote/package.json(movesssh2within the list).
Show a summary per file
| File | Description |
|---|---|
| remote/web/package.json | Bumps xterm and addon dependency versions to beta.197 (Web). |
| remote/web/package-lock.json | Locks updated xterm/addon resolved versions and integrity hashes (Web). |
| remote/package.json | Bumps xterm/headless/addons to beta.197 (Remote Extension Host) and reorders ssh2. |
| remote/package-lock.json | Locks updated xterm/headless/addon resolved versions and integrity hashes (Remote Extension Host). |
| package.json | Bumps root xterm/headless/addons to beta.197. |
| package-lock.json | Locks updated root xterm/headless/addon resolved versions and integrity hashes. |
Copilot's findings
Files not reviewed (2)
- remote/package-lock.json: Language not supported
- remote/web/package-lock.json: Language not supported
- Files reviewed: 3/6 changed files
- Comments generated: 0
Contributor
Contributor
Author
|
/cc @meganrogge |
meganrogge
approved these changes
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves: #304765
Takes xtermjs/xterm.js#5794